Numbers


(rational?obj) procedure
$\Longrightarrow$ boolean

rational? returns true if obj is an integer or ratio; otherwise, it returns false.


(truncatenumber) procedure
$\Longrightarrow$ boolean

truncate returns the integer of maximal absolute value not larger than the absolute value of number with the same sign as number. truncate truncates its argument toward zero.